Input for WinForms
MeasureSubstring(Graphics,Font,TextFormatFlags,Rectangle,String,IList<CharacterRange>) メソッド

C1.Win.8 アセンブリ > C1.Win.Drawing 名前空間 > StringRendererGDI クラス > MeasureSubstring メソッド : MeasureSubstring(Graphics,Font,TextFormatFlags,Rectangle,String,IList<CharacterRange>) メソッド
デバイスコンテキスト。
テキストのフォント。
テキストのレイアウト情報。
テキストの範囲を表す System.Drawing.Rectangle
描画するテキスト。
強調表示する部分文字列のすべての出現箇所の位置と長さ。
このテキストの一部を表示する範囲を取得します。
シンタックス
'宣言
 
Public Overloads Shared Function MeasureSubstring( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal font As System.Drawing.Font, _
   ByVal textFormatFlags As System.Windows.Forms.TextFormatFlags, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal text As System.String, _
   ByVal substringRanges As System.Collections.Generic.IList(Of CharacterRange) _
) As System.Drawing.Rectangle()
public static System.Drawing.Rectangle[] MeasureSubstring( 
   System.Drawing.Graphics graphics,
   System.Drawing.Font font,
   System.Windows.Forms.TextFormatFlags textFormatFlags,
   System.Drawing.Rectangle bounds,
   System.string text,
   System.Collections.Generic.IList<CharacterRange> substringRanges
)

パラメータ

graphics
デバイスコンテキスト。
font
テキストのフォント。
textFormatFlags
テキストのレイアウト情報。
bounds
テキストの範囲を表す System.Drawing.Rectangle
text
描画するテキスト。
substringRanges
強調表示する部分文字列のすべての出現箇所の位置と長さ。
参照

StringRendererGDI クラス
StringRendererGDI メンバ
オーバーロード一覧